
	/* Top Menu background color */
	#header.header-scrolled {
		transition: all 0.5s;
		background-color:rgba(5, 133, 103, 0.93);
		color:#ffe700;
	}
	#header.header-scrolled .main-menu {
		border-color: transparent;
	}
	.mainmenu_area{
		background-color: rgba(5, 133, 103, 0.93);
		color:#ffe700;
		height: 75px;
	}

	/* Conference Abbriviation fore-color */
	.ConfAbbriviation {
		color: rgb(5, 251, 94);
	}

	/* Home page Top background image */
	.banner-area {
		background: url(4.jpg) right;
		background-size: cover;
	}
	.banner-area .overlay-bg {
		background-color: rgba(4, 9, 30, 0.50);
	}
	.banner-area1 {
		background: url(4.jpg) right;
		background-size: cover;
	}
	.banner-area1 .overlay-bg {
		background-color: rgba(4, 9, 30, 0.69);
	}
	
	/*  sub-page images  */
	.about_page_barner_area {
    position: relative;
    background: url(1.jpg)no-repeat scroll 0 0;
    background-size: cover;
    min-height: 180px;
	}

    .about_page_barner_area:after {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.455;
        position: absolute;
        top: 0;
        width: 100%;
    }

	/* .banner-content h1   main.css */
	.confTitle{
		color:rgb(5, 251, 94);
	}
	.confDate{
		color:white;
	}

	/* three boxes */
	.single-feature .title {
		background: rgba(92, 247, 148, 0.79);
	}
	
	/* pri-btn-grn  main.css */
	.pri-btn-grn {
		background-color: rgb(2, 178, 66);
		color: white !important;
		font-weight: 600;
		font-size: 14px;
		padding: 10px;
		padding-left: 9px;
		padding-left: 9px;
		margin: 2px;
		display: inline-block;
		border-radius:3px;
	}
	.pri-btn-grn:hover {
		background-color: #f7631b;
		color: black;
	}

	/* All heading colors */
	h1, h2, h3, h4, h5, h6 {
		color: rgb(7, 169, 66);
	}

	/* abstract background */
	.callForAbstractBackground{
		background: url(abs_bg1.jpg)no-repeat scroll 0 0;
		background-size: cover;
		background-color: rgba(5, 251, 94, 0.09);	
		text-shadow: 0.7px 0.7px 2px black;
		color:white;
	}
	
	/* flash news slider */
	.newsSliderBackground{
		background-color: #fffbac;
	}
	
	/* core commitee slider background */
	.top-category-widget-area {
		background-color: #deffec;
		
	}

	/* pulishing journal slider background */
	.top-category-widget-area1 {
	   background-color: rgba(115, 252, 164, 0.13);
	   
	}
	
	/* footer-area above the bottom most strip */
	.footer-area {
		background-color: #023e30;
	}
	
	/* bottom strip */
	.footerStrip{
		background: #02271e;
	}
		
	/* side bars titles*/
	.page_title > h3 {
    color: rgb(7, 169, 66);
    font-size: 20px;
    font-size: x-large;
	}
	
	.s_sidebar > h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(7, 169, 66);
	}


	

